home *** CD-ROM | disk | FTP | other *** search
/ Aminet 28 / Aminet 28 (1998)(GTI - Schatztruhe)[!][Dec 1998].iso / Aminet / dev / c / qtools0.2-src.lha / src / libqdisplay / clippoly.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-07-10  |  120 b   |  7 lines

  1. #ifndef CLIPPOLY_H
  2. #define CLIPPOLY_H
  3.  
  4. int clip_poly(int n, point_3d ** vl, int codes_or, point_3d *** out_vl);
  5.  
  6. #endif
  7.